'Declaration
Public Function New( _ ByVal group As ICollectionViewGroup(Of Object,Object), _ ByVal index As Integer _ )
'Usage
Dim group As ICollectionViewGroup(Of Object,Object) Dim index As Integer Dim instance As New GridGroupRow(group, index)
public GridGroupRow( ICollectionViewGroup<object,object> group, int index )
Parameters
- group
- index